修改bug

ywj_dev
wangwei 2 years ago
parent fd8a894647
commit bf59a0e558

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

Loading…
Cancel
Save