zhaojiale
2022-08-09 5460b437791f7ea31a720f24a3dafc0bf5952f71
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);