Merge branch 'bjxz-rain' into bjxz-dev
This commit is contained in:
commit
2cd64c6bcc
@ -22,7 +22,7 @@
|
|||||||
</view>
|
</view>
|
||||||
<view>
|
<view>
|
||||||
<text>计划执行日期:</text>
|
<text>计划执行日期:</text>
|
||||||
<text>{{item.xzCheckingRoute.startTime}}</text>
|
<text>{{item.startTime}}</text>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="item-box">
|
<view class="item-box">
|
||||||
@ -84,8 +84,6 @@
|
|||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
tabIndex: 0,
|
tabIndex: 0,
|
||||||
|
|
||||||
//------------
|
|
||||||
type: 1,
|
type: 1,
|
||||||
statusList:[{
|
statusList:[{
|
||||||
id:1,
|
id:1,
|
||||||
@ -176,7 +174,6 @@
|
|||||||
console.log(e)
|
console.log(e)
|
||||||
//type ==1 问题等级;2紧急情况;3检查人;4 检查时间;5整改时限; 6整改人; 7复查人; 8核验人;
|
//type ==1 问题等级;2紧急情况;3检查人;4 检查时间;5整改时限; 6整改人; 7复查人; 8核验人;
|
||||||
if (type == 'startTime') {
|
if (type == 'startTime') {
|
||||||
// this.form.changeLimitTime = e.f3;
|
|
||||||
this.condition.date = e.f3;
|
this.condition.date = e.f3;
|
||||||
this.onRefresh();
|
this.onRefresh();
|
||||||
this.getListData();
|
this.getListData();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user