浏览代码

更新页面的展现问题

oyq28 3 年之前
父节点
当前提交
881a7d82f9

+ 2 - 0
imcs-ui/src/views/zuihou/runManageCenter/productionScheduling/components/AddInspection.vue

@@ -156,6 +156,8 @@ export default {
             })
             // 通知列表
 	          this.$emit("success");
+            // 刷新父页面
+            this.$emit("refresh");
 	          // 通知列表-并关闭弹出框
 	          this.$emit("close");
           }

+ 2 - 0
imcs-ui/src/views/zuihou/runManageCenter/productionScheduling/components/MyDraw.vue

@@ -144,6 +144,7 @@
       		:dialog-visible="addViewVisible"
 			    :title="addViewTitle"
       		@close="addViewClose"
+          @refresh="fetch"
     	/>
 
     </el-form>
@@ -326,6 +327,7 @@ export default {
     },
     addViewClose() {
       this.addViewVisible = false;
+      //this.$emit('close')
     },    
     // 【重置】按钮-事件
     reset () {