Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
tianhong2.1xcx
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xinzhedeai
tianhong2.1xcx
Commits
c86e9075
Commit
c86e9075
authored
Nov 25, 2025
by
xinzhedeai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add:1、隐患编辑,获取隐患列表county字段添加。2、添加隐患,隐患描述input-》textarea
parent
d9792c59
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
+7
-5
dangeredit.js
pages/dangeredit/dangeredit.js
+2
-1
dangerregister.wxml
pages/dangerregister/dangerregister.wxml
+5
-4
No files found.
pages/dangeredit/dangeredit.js
View file @
c86e9075
...
...
@@ -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
...
...
pages/dangerregister/dangerregister.wxml
View file @
c86e9075
...
...
@@ -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">
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment