@ -312,7 +312,9 @@ export default {
onAddSubmit() {
//默认初始化
this.inputQuery.corpType = 2;
if(this.inputQuery.corpType == null){
}
if (isBlank(this.inputQuery.name)) {
this.$message.error("单据类型名称不能为空!");
return;