zhaojiale
2022-08-09 4b709c7eeafe8dfb3a3f838cbde57d6d12cc96c1
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);