新增 admin 下 由于文件夹名称log而丢失的文件

This commit is contained in:
张乐
2020-08-17 16:17:57 +08:00
parent a0311f57f3
commit e0d211275d
25 changed files with 503 additions and 559 deletions

View File

@@ -264,7 +264,7 @@ export default {
this.$refs['ruleForm'].resetFields()
},
changeRegion(value) {
// console.log(value)
// console.integralLog(value)
},
changeRadio(num) {
this.columns = Object.assign({}, statusMap[num - 1])
@@ -316,7 +316,7 @@ export default {
this.shippingFree()
}
}).catch(res => {
// console.log(res)
// console.integralLog(res)
this.$message.error(res.message)
this.$nextTick(() => {
loadingInstance.close()
@@ -348,7 +348,7 @@ export default {
// 列表
getCityList() {
logistics.cityListTree().then(res => {
// console.log(res, 'getCityList')
// console.integralLog(res, 'getCityList')
res.forEach((el, index) => {
el.child.forEach((cel, j) => {
delete cel.child