src/views/business/materialOrder/customsInspection.vue
@@ -639,6 +639,13 @@ this.currentId = this.$route.query.currentId this.isReport = this.$route.query.isReport this.customsInspection = this.$route.query.customsInspection }, activated() { if (this.active==1) { this.getInfo(); } }, getInfo() { this.getUserNowList() // 获取当前用户信息 this.selectStandardMethods() // 获取检验标准下拉框数据 this.getInfo() // 获取数据 @@ -1014,7 +1021,6 @@ }), }).then(res => { this.noNeedCheckLoad = false if (res.code == 201) return this.noNeedCheckDia = false this.$message.success('已提交') this.closeOpenPage()