|
@@ -164,11 +164,11 @@ export default defineComponent({
|
|
// 关闭弹窗
|
|
// 关闭弹窗
|
|
const closeDialog = () => {
|
|
const closeDialog = () => {
|
|
state.dialogVisible = false
|
|
state.dialogVisible = false
|
|
|
|
+ state.keyword = ''
|
|
}
|
|
}
|
|
// 取消
|
|
// 取消
|
|
const onCancel = () => {
|
|
const onCancel = () => {
|
|
closeDialog()
|
|
closeDialog()
|
|
- state.keyword = ''
|
|
|
|
}
|
|
}
|
|
const getDetail = () => {
|
|
const getDetail = () => {
|
|
api.heatStation.detail(state.ruleForm.id)
|
|
api.heatStation.detail(state.ruleForm.id)
|