master
lynn 7 months ago
parent bfc11aa916
commit 4232330995

@ -3167,14 +3167,14 @@ export default {
console.log("detail", res);
//
if (res.before_contract_template && !res.before_forms) {
if (res.before_contract_template) {
// ,
await this.handleEdit(row, true);
return;
}
//
if (res.contract_template && !res.forms) {
if (res.contract_template) {
// ,
await this.handleEdit(row, true);
return;

Loading…
Cancel
Save