shj
2022-08-08 2f882124263546e1fd024a5032d0a94f7ea1b511
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);