|
|
@@ -31,7 +31,10 @@
|
|
|
</div>
|
|
|
</template>
|
|
|
</el-dialog>
|
|
|
-
|
|
|
+ <div class="gva-btn-list">
|
|
|
+ <el-button type="primary" icon="upload" @click="bacthEditClick">定额参数批量修改excel</el-button>
|
|
|
+ <el-button type="primary" icon="plus" @click="bacthSubmit">更新</el-button>
|
|
|
+ </div>
|
|
|
<!-- <el-dialog v-model="detailShow" style="width: 800px" lock-scroll :before-close="closeDetailShow" :title="`当前编码:${pieceData.sys_bh}`" destroy-on-close> -->
|
|
|
<div>
|
|
|
<el-scrollbar height="300px">
|
|
|
@@ -201,6 +204,7 @@ const handleNodeClick = (node,check) => {
|
|
|
// sys_bh.value = node.params.code;
|
|
|
// getDetails();
|
|
|
// }
|
|
|
+ console.log(node);
|
|
|
if(node.children==null){
|
|
|
sys_bh.value = node.params.code;
|
|
|
getDetails();
|