iWare_RawMaterialWarehouse_Web/src/views/main/WmsBase/WmsContainer/addForm.vue
@@ -98,15 +98,10 @@ } }, methods: { moment, // 初始化方法 add(record) { this.visible = true; WmsContainerTypePage().then((d) => { created() { WmsContainerTypePage().then((d) => { this.selectTypeData = d.data.rows || [] }).catch(() => { }) WmsContainerPackagingPage().then((d) => { @@ -114,8 +109,13 @@ }).catch(() => { }) }, methods: { moment, // 初始化方法 add(record) { this.visible = true; this.$nextTick(() => { }); }, /**