Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
W
whp-xl
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
lizhichao
whp-xl
Commits
1c0ee201
Commit
1c0ee201
authored
Jun 23, 2021
by
王晓倩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
编辑预案重置审核意见
parent
6b40b073
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
PlansMgEdit.vue
...-hcsystem-hcsystem-master/src/views/Plans/PlansMgEdit.vue
+2
-0
No files found.
dcit-hcsystem-hcsystem-master/src/views/Plans/PlansMgEdit.vue
View file @
1c0ee201
...
...
@@ -148,6 +148,7 @@ export default class PlansMgEdit extends Vue {
planTitle
:
String
;
fileOriginalName
:
String
;
checkStatus
:
String
;
remarks
:
String
;
};
@
Provide
()
enterpriseId
:
String
=
""
;
@
Provide
()
editorA
:
any
;
...
...
@@ -179,6 +180,7 @@ export default class PlansMgEdit extends Vue {
that
.
editForm
.
planContents
=
that
.
editorA
.
getHTML
();
that
.
editForm
.
enterpriseId
=
that
.
enterpriseId
;
that
.
editForm
.
checkStatus
=
""
;
that
.
editForm
.
remarks
=
""
;
(
that
as
any
).
$refs
[
formName
].
validate
((
valid
:
boolean
)
=>
{
if
(
that
.
editorA
.
getText
()
==
false
&&
(
that
.
editForm
.
sourceFile
==
""
||
that
.
editForm
.
sourceFile
==
undefined
))
{
that
.
$message
.
error
(
"没有预案内容!"
);
...
...
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