소스 검색

固定参数改变

jbb 2 년 전
부모
커밋
0ac320fe9b
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      src/views/activiti/form/demoForm2.vue

+ 4 - 4
src/views/activiti/form/demoForm2.vue

@@ -269,23 +269,23 @@ export default {
     methods: {
         fixedZy(){
             this.$refs.FixedZyModal.fixedZyModVis = true
-            this.$refs.FixedZyModal.personLists('转移')
+            this.$refs.FixedZyModal.personLists('正常')
             this.$refs.FixedZyModal.sat = '转移'
 
         },
         fixedGh(){
             this.$refs.FixedZyModal.fixedZyModVis = true
-            this.$refs.FixedZyModal.personLists('归还')
+            this.$refs.FixedZyModal.personLists('正常')
             this.$refs.FixedZyModal.sat = '归还'
         },
         fixedDb(){
             this.$refs.FixedZyModal.fixedZyModVis = true
-            this.$refs.FixedZyModal.personLists('调拨')
+            this.$refs.FixedZyModal.personLists('正常')
             this.$refs.FixedZyModal.sat = '调拨'
         },
         fixedBf(){
             this.$refs.FixedZyModal.fixedZyModVis = true
-            this.$refs.FixedZyModal.personLists('报废')
+            this.$refs.FixedZyModal.personLists('正常')
             this.$refs.FixedZyModal.sat = '报废'
         },
         carSq(){