Browse Source

temp save

liujq 4 years ago
parent
commit
42480f569b

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/chunk-ad99b334.1c965180.css


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.d65d1626.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-69c0c3f8.d99c0c22.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-ad99b334.51c8d3cd.js


+ 1 - 1
src/views/house/components/popup/IndexEdit.vue

@@ -364,7 +364,7 @@ export default {
             if (newForm.park_type) newForm.park_type = newForm.park_type.join(',')
             if (newForm.metro_line) newForm.metro_line = newForm.metro_line.join(',')
             if (newForm.metro_type) newForm.metro_type = newForm.metro_type.join(',')
-            newForm.custom_tag = newForm.custom_tag.replace(',', ',')
+            newForm.custom_tag = newForm.custom_tag.replace(/,|、|\/|\\/g, ',')
             // newForm.stairs_rate = newForm.stairs_rate.replace(',', ',')
             let productData = this.productData || []
             let pFlag = false

Some files were not shown because too many files changed in this diff