b601bcdc by tianhaohao@pashanhoo.com

111

1 parent 0a835006
...@@ -174,7 +174,7 @@ ...@@ -174,7 +174,7 @@
174 import { datas, sendThis } from "../javascript/selectFwbjDybgSplitMerge.js"; 174 import { datas, sendThis } from "../javascript/selectFwbjDybgSplitMerge.js";
175 import { defaultParameters } from "../javascript/publicDefaultPar.js"; 175 import { defaultParameters } from "../javascript/publicDefaultPar.js";
176 import { selectFwsyq, selectDiyaq } from "@/api/ywsq.js"; 176 import { selectFwsyq, selectDiyaq } from "@/api/ywsq.js";
177 import { startBusinessFlow } from "@/api/workFlow.js"; 177 import { startTogetherFlow } from "@/api/workFlow.js";
178 export default { 178 export default {
179 mixins: [table, jump], 179 mixins: [table, jump],
180 props: { 180 props: {
...@@ -246,7 +246,7 @@ ...@@ -246,7 +246,7 @@
246 getCurrentRow (row) { 246 getCurrentRow (row) {
247 this.radioVal = row.bdcdyh; 247 this.radioVal = row.bdcdyh;
248 this.bdcdysz = [row] 248 this.bdcdysz = [row]
249 selectDiyaq({ bdcdyh: this.radioVal, currentPage: 1, pageSize: 10 }).then((res) => { 249 selectDiyaq({ bdcdyh: this.radioVal,sqywbm:'A37300', currentPage: 1, pageSize: 10 }).then((res) => {
250 if (res.code === 200) { 250 if (res.code === 200) {
251 this.tableData.dataList = res.result.records 251 this.tableData.dataList = res.result.records
252 this.bdcdysz = [this.bdcdysz[0], ...this.tableData.dataList] 252 this.bdcdysz = [this.bdcdysz[0], ...this.tableData.dataList]
...@@ -284,7 +284,7 @@ ...@@ -284,7 +284,7 @@
284 */ 284 */
285 submitForm () { 285 submitForm () {
286 this.loading = true 286 this.loading = true
287 startBusinessFlow({ 287 startTogetherFlow({
288 bsmSqyw: this.sqywInfo.bsmSqyw, 288 bsmSqyw: this.sqywInfo.bsmSqyw,
289 bdcdysz: this.bdcdysz, 289 bdcdysz: this.bdcdysz,
290 }).then((res) => { 290 }).then((res) => {
......