|
|
|
@ -630,6 +630,7 @@ import {formatDate} from "@/utils/date";
|
|
|
|
|
import axios from "axios";
|
|
|
|
|
import store from "@/store";
|
|
|
|
|
import {findConfig} from "@/api/thrsys/spsSyncStatus";
|
|
|
|
|
import {isBlank} from "@/utils/strUtil";
|
|
|
|
|
|
|
|
|
|
const formJson = {
|
|
|
|
|
id: null,
|
|
|
|
@ -883,7 +884,7 @@ export default {
|
|
|
|
|
//添加分库
|
|
|
|
|
forSubSubmit() {
|
|
|
|
|
|
|
|
|
|
if (this.$isBlank(this.subData.name)) {
|
|
|
|
|
if (isBlank(this.subData.name)) {
|
|
|
|
|
this.$message.error("分库名称不能为空!");
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|