cuijian
2025-06-05 34feb4908ec7b7e5b51adf6355603978c67bd3a4
src/views/tms/modules/outBound/OutboundModal.vue
@@ -260,6 +260,8 @@
    close () {
      this.$emit('close');
      this.addShow = true
      this.selectBorrowTool = false
      this.model = {}
      this.visible = false;
      this.$refs.form.clearValidate();
    },