소스 검색

把编辑和新增表单中的x号加回来了

mainqaq 3 년 전
부모
커밋
515e2c869b
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/xt_pages/supply/components/addSupply.vue
  2. 1 1
      src/xt_pages/supply/supplyQuery.vue

+ 1 - 1
src/xt_pages/supply/components/addSupply.vue 파일 보기

@@ -1,5 +1,5 @@
1 1
 <template>
2
-  <el-dialog :title="title" :visible.sync="dialogVisible" width="40%" :show-close="false">
2
+  <el-dialog :title="title" :visible.sync="dialogVisible" width="40%" :before-close="closePop" >
3 3
     <!-- :before-close="handleClose" 如需要可添加进上方 -->
4 4
     <div>
5 5
       <el-form

+ 1 - 1
src/xt_pages/supply/supplyQuery.vue 파일 보기

@@ -181,7 +181,7 @@ export default {
181 181
       page: 1,
182 182
       limit: 10,
183 183
 
184
-      type_name: "请选择",
184
+      type_name: "",
185 185
       crumbs: [
186 186
         { path: false, name: "采购管理" },
187 187
         { path: "/supply/good/order/query", name: "供应商管理" },