|
@@ -99,9 +99,6 @@ export default {
|
|
this.selectionList = rows;
|
|
this.selectionList = rows;
|
|
},
|
|
},
|
|
importDate() {
|
|
importDate() {
|
|
- if (!this.form.fCorpid) {
|
|
|
|
- return this.$message.error("请选择客户名称");
|
|
|
|
- }
|
|
|
|
if (this.selectionList.length == 0) {
|
|
if (this.selectionList.length == 0) {
|
|
return this.$message.error("请选择数据");
|
|
return this.$message.error("请选择数据");
|
|
}
|
|
}
|