Bläddra i källkod

联席会议修改弹窗

hezhihong 1 år sedan
förälder
incheckning
149c889a48
2 ändrade filer med 26 tillägg och 10 borttagningar
  1. 13 5
      src/views/AttendMeeting/index.vue
  2. 13 5
      src/views/JOINTCONFERENCE/index.vue

+ 13 - 5
src/views/AttendMeeting/index.vue

@@ -8,7 +8,7 @@
       v-show="showSearch"
       label-width="68px"
     >
-      <el-form-item label="会议日期" prop="status"> </el-form-item>
+      <!-- <el-form-item label="会议日期" prop="status"> </el-form-item> -->
 
       <el-form-item label="会议状态" prop="status">
         <el-select
@@ -340,10 +340,18 @@ export default {
     handleUpdate(row) {
       this.reset();
       const id = row.id || this.ids;
-      getJOINTCONFERENCE(id).then((response) => {
-        this.form = response.data;
-        this.open = true;
-        this.title = "修改联席会议";
+      // getJOINTCONFERENCE(id).then((response) => {
+      //   this.form = response.data;
+      //   this.open = true;
+      //   this.title = "修改联席会议";
+      // });
+
+      this.iframe({
+        obj: add,
+        param: {id:id},
+        title: "修改会议",
+        width: "750px",
+        height: "60%",
       });
     },
     /** 提交按钮 */

+ 13 - 5
src/views/JOINTCONFERENCE/index.vue

@@ -8,7 +8,7 @@
       v-show="showSearch"
       label-width="68px"
     >
-      <el-form-item label="会议日期" prop="status"> </el-form-item>
+      <!-- <el-form-item label="会议日期" prop="status"></el-form-item> -->
 
       <el-form-item label="会议状态" prop="status">
         <el-select
@@ -331,10 +331,18 @@ export default {
     handleUpdate(row) {
       this.reset();
       const id = row.id || this.ids;
-      getJOINTCONFERENCE(id).then((response) => {
-        this.form = response.data;
-        this.open = true;
-        this.title = "修改联席会议";
+      // getJOINTCONFERENCE(id).then((response) => {
+      //   this.form = response.data;
+      //   this.open = true;
+      //   this.title = "修改联席会议";
+      // });
+
+      this.iframe({
+        obj: add,
+        param: {id:id},
+        title: "修改会议",
+        width: "750px",
+        height: "60%",
       });
     },
     /** 提交按钮 */