Browse Source

Merge branch '20201109_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20201109_pc_vue_new_branch

csx 3 years ago
parent
commit
7f823cf658

+ 1 - 1
src/xt_pages/supply/components/addSupply.vue View File

1
 <template>
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
     <!-- :before-close="handleClose" 如需要可添加进上方 -->
3
     <!-- :before-close="handleClose" 如需要可添加进上方 -->
4
     <div>
4
     <div>
5
       <el-form
5
       <el-form

+ 1 - 1
src/xt_pages/supply/supplyQuery.vue View File

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