Explorar el Código

20230506 10:17

wangzhuo hace 2 años
padre
commit
016e788312
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/costManagement/index.vue

+ 1 - 1
src/views/costManagement/index.vue

@@ -1513,7 +1513,7 @@ export default {
           this.$refs.avatar.submitForm('submit')
           break
         case '打印':
-          if (this.$refs.avatar.fStatus >= 3) {
+          if (Number(this.$refs.avatar.form.fStatus) >= 3) {
             for (let item in this.contentList) {
               for (let li in this.listData.fFeeid) {
                 if (this.contentList[item].fFeeid == this.listData.fFeeid[li].value) {