Zhang Li, BBF-411-2(Neusoft) hai 1 ano
pai
achega
a231f0b17c
Modificáronse 1 ficheiros con 11 adicións e 0 borrados
  1. 11 0
      src/layouts/compoment/main/RightToolBar.vue

+ 11 - 0
src/layouts/compoment/main/RightToolBar.vue

@@ -511,6 +511,17 @@ export default {
                 if(res.code == 200) {
                     if(res.data.state) {
                         this.$refs.agentPageRef.agentForm = res.data
+                    } else {
+                        this.$refs.agentPageRef.agentForm = {
+                            sketch: '',
+                            agentType: 1,
+                            tagerNo: '',
+                            tagerName: undefined,
+                            state: 1,
+                            startTime: '',
+                            endTime: '',
+                            describe: ''
+                        }
                     }
                 }
             })