Merge branch 'main' of http://192.168.0.56:3000/bonus/Zlpt_Portal
This commit is contained in:
commit
ed6707d126
|
|
@ -120,7 +120,7 @@
|
||||||
<el-button size="small" type="primary" @click="onContract(row, false)">
|
<el-button size="small" type="primary" @click="onContract(row, false)">
|
||||||
编辑
|
编辑
|
||||||
</el-button>
|
</el-button>
|
||||||
<el-button size="small" type="danger" @click="onDelete(row.id, true)">
|
<el-button size="small" type="danger" @click="onDelete(row.id, true)" v-if="row.status==0">
|
||||||
删除
|
删除
|
||||||
</el-button>
|
</el-button>
|
||||||
</template>
|
</template>
|
||||||
|
|
|
||||||
|
|
@ -137,6 +137,8 @@ const resetTableList = (formEl: FormInstance | undefined) => {
|
||||||
if (!formEl) return
|
if (!formEl) return
|
||||||
formEl.resetFields()
|
formEl.resetFields()
|
||||||
time.value = []
|
time.value = []
|
||||||
|
queryParams.value.lowerBound = null
|
||||||
|
queryParams.value.upperBound = null
|
||||||
queryTableList()
|
queryTableList()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -125,6 +125,8 @@ const resetTableList = (formEl: FormInstance | undefined) => {
|
||||||
if (!formEl) return
|
if (!formEl) return
|
||||||
formEl.resetFields()
|
formEl.resetFields()
|
||||||
time.value = []
|
time.value = []
|
||||||
|
queryParams.value.lowerBound = null
|
||||||
|
queryParams.value.upperBound = null
|
||||||
queryTableList()
|
queryTableList()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue