13937891274
2022-08-08 01bfe12fea0b779a203c9021e5e232fb14f96fdb
src/components/equipmentDailog/standardDailog.vue
@@ -96,6 +96,7 @@
            checkPart: "",
            rate: '',
         };
         disabled.value = false;
      };
      //   取消
      const resetForm = () => {
@@ -108,6 +109,7 @@
            checkPart: "",
            rate: '',
         };
         disabled.value = false;
      };
      //全屏
      const full = ref(false);