230320a303 1 년 전
부모
커밋
21ad5a3fa7

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/index.html


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/css/chunk-04088267.464fa96d.css


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/app.652c6561.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/chunk-04088267.6145adff.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/chunk-5bf4f71c.f33a6b4c.js


+ 2 - 1
src/views/shop/components/popup/IndexEdit.vue

@@ -80,7 +80,7 @@ export default {
         { label: '店长', key: 'store_manager', class: 'c-2', rules: 1 },
         { label: '店长电话', key: 'manager_phone', class: 'c-2', rules: 1 },
         { label: '分销代码', key: 'dept_code', class: 'c-2' },
-        { label: '排序', key: 'sort', class: 'c-2', rules: 1 },
+        // { label: '排序', key: 'sort', class: 'c-2', rules: 1 },
         { label: '门店精英', key: 'store_elite' },
         { label: '地址', key: 'address', rules: 1 },
         { label: '门头照片', key: 'pri_image', class: 'c-2', type: 'cuImg',
@@ -102,6 +102,7 @@ export default {
           if (valid) {
             const oldform = this.$refs.ruleForm.baseForm
             const newForm = { ...oldform }
+            if (!newForm.sort) newForm.sort = '9'
             newForm.longitude = this.cObj.longitude
             newForm.latitude = this.cObj.latitude
             if (!newForm.longitude) return this.$msgw('请选择经度!')

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.