|
@@ -813,7 +813,6 @@ export default {
|
|
|
this.getList();
|
|
|
this.bondedList();
|
|
|
// getInfo().then((res) => {
|
|
|
- // console.log(res);
|
|
|
// // this.data = res;
|
|
|
// });
|
|
|
},
|
|
@@ -903,7 +902,6 @@ export default {
|
|
|
},
|
|
|
httprequest() {},
|
|
|
getCurrentRow(val) {
|
|
|
- console.log(val);
|
|
|
},
|
|
|
// 获取保税区列表
|
|
|
bondedList() {
|
|
@@ -1059,7 +1057,6 @@ export default {
|
|
|
inputType: "textarea",
|
|
|
})
|
|
|
.then(({ value }) => {
|
|
|
- // console.log(666,value);
|
|
|
this.handleCheck(2, value);
|
|
|
// this.$message({
|
|
|
// type: 'success',
|
|
@@ -1079,7 +1076,6 @@ export default {
|
|
|
getList() {
|
|
|
this.loading = true;
|
|
|
listGATHER(this.queryParams).then((response) => {
|
|
|
- console.log("response", response);
|
|
|
this.GATHERList = response.rows;
|
|
|
this.load = false;
|
|
|
this.total = response.total;
|
|
@@ -1143,7 +1139,6 @@ export default {
|
|
|
this.form = [];
|
|
|
const id = row.id || this.ids;
|
|
|
getInfoByColl(id).then((response) => {
|
|
|
- console.log(response.data.feeLists);
|
|
|
//深拷贝,而不是拷贝地址
|
|
|
this.form = JSON.parse(JSON.stringify(response.data));
|
|
|
this.open = true;
|
|
@@ -1175,7 +1170,6 @@ export default {
|
|
|
// ])
|
|
|
// }
|
|
|
|
|
|
- // console.log(this.rules);
|
|
|
|
|
|
//这里是第二种写法
|
|
|
//获取分类ID相同的子集
|
|
@@ -1246,7 +1240,6 @@ export default {
|
|
|
// ])
|
|
|
// }
|
|
|
|
|
|
- // console.log(this.rules);
|
|
|
|
|
|
//这里是第二种写法
|
|
|
//获取分类ID相同的子集
|