|
@@ -333,7 +333,6 @@ export default {
|
|
|
methods: {
|
|
|
handleBeforeUpload(file) {
|
|
|
// this.$modal.loading("正在上传文件,请稍候...");
|
|
|
- console.log(file, "上传中");
|
|
|
return true;
|
|
|
},
|
|
|
// 上传失败
|
|
@@ -345,12 +344,10 @@ export default {
|
|
|
this.ruleForm.attachment = res.data.url;
|
|
|
},
|
|
|
handleSizeChange(val) {
|
|
|
- console.log(`每页 ${val} 条`);
|
|
|
this.pageSize = val;
|
|
|
this.getList();
|
|
|
},
|
|
|
handleCurrentChange(val) {
|
|
|
- console.log(`当前页: ${val}`);
|
|
|
this.pageNum = val;
|
|
|
this.getList();
|
|
|
},
|
|
@@ -367,7 +364,6 @@ export default {
|
|
|
(res) => {
|
|
|
this.tableData = res.rows;
|
|
|
this.total = res.total;
|
|
|
- console.log(res, "//////");
|
|
|
}
|
|
|
);
|
|
|
},
|
|
@@ -450,7 +446,6 @@ export default {
|
|
|
},
|
|
|
watch: {
|
|
|
xzqTreeValue(val) {
|
|
|
- // console.log(val,'***************');
|
|
|
this.ruleForm.sqFw = val[0];
|
|
|
},
|
|
|
},
|