+
@@ -12,22 +12,21 @@
- 新增
+ 新增
-
+
-
-
+
-
diff --git a/src/views/pqs/supervise/terminalNetworkDetection/components/jointDebugList/debug.vue b/src/views/pqs/supervise/terminalNetworkDetection/components/jointDebugList/debug.vue
index 61d12329..98b76ecc 100644
--- a/src/views/pqs/supervise/terminalNetworkDetection/components/jointDebugList/debug.vue
+++ b/src/views/pqs/supervise/terminalNetworkDetection/components/jointDebugList/debug.vue
@@ -20,7 +20,13 @@
label-position="right"
>
-
+
@@ -37,10 +43,10 @@ import { useDictData } from '@/stores/dictData'
import { useAdminInfo } from '@/stores/adminInfo'
import { addMointorPointTempLinedebug } from '@/api/supervision-boot/jointDebugList/index'
const emits = defineEmits(['onSubmit'])
-const props=defineProps({
- debugId:{
- type:String,
- default:''
+const props = defineProps({
+ debugId: {
+ type: String,
+ default: ''
}
})
const dictData = useDictData()
@@ -52,7 +58,7 @@ const selectFormType = ref('')
selectFormType.value = '0'
const resetForm = () => {
form.value = {
- reason: '', //填报人
+ reason: '' //填报人
}
}
//初始化数据
@@ -101,9 +107,9 @@ const confirmForm = () => {
ruleFormRef.value.validate(valid => {
if (valid) {
//提交监测点联调信息
- form.value={
+ form.value = {
...form.value,
- id:props.debugId
+ id: props.debugId
}
addMointorPointTempLinedebug(form.value).then(res => {
ruleFormRef.value.resetFields()
@@ -118,4 +124,3 @@ const confirmForm = () => {
}
defineExpose({ open })
-
diff --git a/src/views/pqs/supervise/terminalNetworkDetection/components/monitorpoint/index.vue b/src/views/pqs/supervise/terminalNetworkDetection/components/monitorpoint/index.vue
index 64470ae7..3b3b871d 100644
--- a/src/views/pqs/supervise/terminalNetworkDetection/components/monitorpoint/index.vue
+++ b/src/views/pqs/supervise/terminalNetworkDetection/components/monitorpoint/index.vue
@@ -27,7 +27,7 @@
diff --git a/src/views/system/bpm/task/index.vue b/src/views/system/bpm/task/index.vue
index 5f81ee21..cd9a0b2d 100644
--- a/src/views/system/bpm/task/index.vue
+++ b/src/views/system/bpm/task/index.vue
@@ -22,7 +22,7 @@ import MyInstance from './myInstance/index.vue'
import { mainHeight } from '@/utils/layout'
defineOptions({
- // name: 'bpm/task'
+ name: 'bpm/task'
})
const activeName = ref('1')
diff --git a/src/views/system/bpm/task/myInstance/index.vue b/src/views/system/bpm/task/myInstance/index.vue
index 86b982e5..d0b02966 100644
--- a/src/views/system/bpm/task/myInstance/index.vue
+++ b/src/views/system/bpm/task/myInstance/index.vue
@@ -1,27 +1,23 @@
-
+
-
diff --git a/src/views/system/bpm/task/todo/index.vue b/src/views/system/bpm/task/todo/index.vue
index f268b5c5..72e32ddc 100644
--- a/src/views/system/bpm/task/todo/index.vue
+++ b/src/views/system/bpm/task/todo/index.vue
@@ -1,100 +1,106 @@
-
+
-