|
@@ -1273,6 +1273,7 @@ import {
|
|
|
getBfys,
|
|
|
gljtSqFormList,
|
|
|
addGljtSqGstp,
|
|
|
+ editFj
|
|
|
} from "@/api/gljt/gljtSq";
|
|
|
import { chineseOne, idCard, Regular, Mobile } from "@/utils/regular";
|
|
|
import { getAccessToken, idcard } from "../../../api/lnst/baiduUtil";
|
|
@@ -2791,7 +2792,7 @@ export default {
|
|
|
submitForm2() {
|
|
|
this.$refs["form2"].validate((valid) => {
|
|
|
if (valid) {
|
|
|
- updateGljtSq({ id: this.form.id, sqbfj: this.form.sqbfj })
|
|
|
+ editFj({ id: this.form.id, sqbfj: this.form.sqbfj })
|
|
|
.then((response) => {
|
|
|
this.$modal.msgSuccess("保存成功");
|
|
|
this.openFj = false;
|