@@ -1095,7 +1095,7 @@
}
},
submit(status) {
- if (!this.tableData.name) {
+ if (!this.params.name) {
return this.$message.error('名称不能为空!');
if (this.tableData.length > 0) {