Kaynağa Gözat

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

mainqaq 3 yıl önce
ebeveyn
işleme
515e2c869b

+ 1 - 1
src/xt_pages/supply/components/addSupply.vue Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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: "供应商管理" },