优化文件上传
This commit is contained in:
parent
b959445ac6
commit
cae7347624
@ -328,6 +328,7 @@ export default {
|
||||
return this.selectDictLabel(this.storeTypeOptions, row.storeType);
|
||||
},
|
||||
handleSelectStore(val) {
|
||||
this.queryParams.storeType = val;
|
||||
if (val == 1) {
|
||||
this.uploadUrl = "/common/uploadFile";
|
||||
} else if (val == 2) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user