Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
e51ca74b
authored
2023-08-14 10:47:56 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
1
1 parent
bea1a8c5
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
38 deletions
src/views/djbworkflow/djbBook/components/blxxtabs/tdsyq.vue
src/views/djbworkflow/djbBook/components/blxxtabs/tdsyq.vue
View file @
e51ca74
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-08-14 10:
29:57
* @LastEditTime: 2023-08-14 10:
47:46
-->
<
template
>
<!-- 受理信息 -->
...
...
@@ -481,21 +481,12 @@
ywhrules
:
[{
required
:
true
,
message
:
"业务号"
,
trigger
:
"blur"
}],
},
};
<<<<<<<
HEAD
},
created
()
{
},
mounted
()
{
this
.
loadData
();
this
.
ableOperation
=
this
.
$parent
.
ableOperation
;
},
=======
},
created
()
{
},
mounted
()
{
this
.
loadData
();
this
.
ableOperation
=
this
.
$parent
.
ableOperation
;
},
>>>>>>>
dev
methods
:
{
/**
* @description: ssQlxxchange
...
...
@@ -577,7 +568,6 @@
this
.
ssqlxxshow
=
true
;
}
},
<<<<<<<
HEAD
// 字典
/**
...
...
@@ -598,30 +588,6 @@
init
(
this
.
propsParam
).
then
((
res
)
=>
{
if
(
res
.
code
==
200
)
{
this
.
ruleForm
=
res
.
result
;
=======
// 字典
/**
* @description: 字典
* @param {*} val
* @author: renchao
*/
getDictData
(
val
)
{
return
store
.
getters
.
dictData
[
val
];
},
/**
* @description: loadData
* @author: renchao
*/
loadData
()
{
this
.
$startLoading
();
this
.
propsParam
.
isEdit
=
this
.
$parent
.
isEdit
;
init
(
this
.
propsParam
).
then
((
res
)
=>
{
if
(
res
.
code
==
200
)
{
this
.
ruleForm
=
res
.
result
;
this
.
ruleForm
.
tdsyq
.
mjdw
=
"1"
>>>>>>>
dev
let
djlx
=
this
.
ruleForm
.
qlxx
.
djlx
;
if
(
djlx
==
null
||
djlx
==
100
)
{
this
.
ssqlxxshow
=
false
;
...
...
@@ -659,10 +625,7 @@
*/
upDateQlrxxList
(
val
)
{
this
.
ruleForm
.
qlrData
&&
(
this
.
ruleForm
.
qlrData
=
_
.
cloneDeep
(
val
));
<<<<<<<
HEAD
this
.
czrOptions
=
this
.
ruleForm
.
qlrData
;
=======
>>>>>>>
dev
this
.
key
++
;
},
/**
...
...
Please
register
or
sign in
to post a comment