master
xy 1 year ago
parent b05de76558
commit dae232c5ec

@ -208,18 +208,15 @@ export default {
}, },
style: { style: {
"margin-left": "6px", "margin-left": "6px",
fontSize: "13px" fontSize: "13px",
}, },
on: { on: {
["click"]: async (_) => { ["click"]: async (_) => {
try { try {
this.loading = true; this.loading = true;
await httpCurl({ await httpCurl({
...row.data, auth_token: this.$store.getters.oa_token
current_node_id: row.current_node_id, }, true,"","POST",`${process.env.VUE_APP_OUT_URL}/flow/deal/${row.id}?auth_token=${this.$store.getters.oa_token}`);
auth_token: this.$store.getters.oa_token,
id: row.id
}, true,"","POST",`${process.env.VUE_APP_OUT_URL}/flow/deal/${row.id}`);
const res1 = await httpCurl({ const res1 = await httpCurl({
auth_token: this.$store.getters.oa_token, auth_token: this.$store.getters.oa_token,
id: row.id, id: row.id,

Loading…
Cancel
Save