Commit c86e9075 authored by xinzhedeai's avatar xinzhedeai

add:1、隐患编辑,获取隐患列表county字段添加。2、添加隐患,隐患描述input-》textarea

parent d9792c59
......@@ -83,7 +83,8 @@ Page({
hdId: app.globalData.currentHD.hdId,
page: 0,
size: 2000,
sort: 'hdId,asc'
sort: 'hdId,asc',
county:app.globalData.appCounty
},
header: {
Authorization: app.globalData.Authorization
......
......@@ -83,10 +83,11 @@
>当前选择:{{hdName}}</picker>
</view>
</view>
<view class="danger-expert">
<text>隐患描述</text>
<input type="text" placeholder="隐患描述"
bindinput="inputHdComment" required/>
<view class="danger-rect">
<text>隐患描述:</text>
<!-- <input type="text" placeholder="隐患描述"
bindinput="inputHdComment" required/> -->
<textarea maxlength="-1" bindinput="inputHdComment" required/>
</view>
<view class="c11-1">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment