Compare commits
No commits in common. "ac8d136ce7aeff73a54ab165b55d8a49088308f8" and "779086a70329db5a2af56746c7fbbcf736124fdd" have entirely different histories.
ac8d136ce7
...
779086a703
@ -42,8 +42,7 @@
|
||||
<view class="sub-form" style="padding-bottom: 100px;">
|
||||
<view class="sub-form-wrap">
|
||||
<view class="sub-form-btns">
|
||||
<!-- v-if='tableKey==1' -->
|
||||
<view class="sub-form-btn" @click="handleAdd">
|
||||
<view class="sub-form-btn" @click="handleAdd" v-if='tableKey==1'>
|
||||
<u-icon class="icon" name="plus-circle" color="#3c9cff" size="21"></u-icon>
|
||||
<u--text type="primary" text="新增人员"></u--text>
|
||||
</view>
|
||||
@ -409,7 +408,7 @@
|
||||
const json = initFilter(this.ORG_ID, "", "NAME")
|
||||
extendInclude(json, "Nav_Person.Nav_Post")
|
||||
extendRule(json, 'ENABLE_STATUS', 1, '0')
|
||||
// extendRule(json, 'DEPARTMENT_ID', 1, uni.getStorageSync('appInfo').User.DEPARTMENT_ID)
|
||||
extendRule(json, 'DEPARTMENT_ID', 1, uni.getStorageSync('appInfo').User.DEPARTMENT_ID)
|
||||
if (val !== 'init') {
|
||||
const tempGroup = initFilterGroup(false);
|
||||
extendGroupRule(tempGroup, 'NAME', 9, val)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user