8a757bf9 by xiaomiao
2 parents 16379733 c75cb622
......@@ -2,7 +2,7 @@
* @Description:
* @Autor: renchao
:show-message="false"
* @LastEditTime: 2023-08-03 14:56:50
* @LastEditTime: 2023-08-07 17:32:31
610102123666GS00003W00000000
-->
<template>
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-08-02 10:02:46
* @LastEditTime: 2023-08-07 17:31:43
-->
<template>
<div class="from-clues">
......@@ -96,16 +96,16 @@
</el-col>
</el-row>
<el-row>
<el-col :span="7">
<el-col :span="6">
<el-form-item label="项目名称">
<el-input placeholder="请输入项目名称" v-model="querydzForm.xmmc"></el-input>
</el-form-item>
</el-col>
<el-col :span="3" class="btnColRight">
<el-col :span="18" class="btnColRight">
<el-form-item>
<el-button type="primary" @click="resetForm(true)">重置</el-button>
<el-button type="primary" @click="handleSearch">查询11</el-button>
<el-button type="primary" @click="handleSearch">查询</el-button>
</el-form-item>
</el-col>
</el-row>
......
......@@ -198,10 +198,11 @@
if (data[index].sffqlc == "1") {
this.selectParam = data[index];
this.btnDisabled = false;
// this.djqxList = []
} else {
this.btnDisabled = true;
this.getNextNode(data[index].bsmSqyw);
}
this.getNextNode(data[index].bsmSqyw);
},
//获取下个节点类型数据
/**
......