mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 15:06:45 +08:00
第二项
This commit is contained in:
@@ -13,8 +13,7 @@
|
||||
需签署:
|
||||
<ul>
|
||||
<li class="flex" v-for="(sign, index) in signList" :key="index">
|
||||
<div style="width:200px">{{ sign.name }}</div>
|
||||
|
||||
<div style="width:260px;">{{ sign.name }}</div>
|
||||
<van-icon v-if="sign.signState === '1'" color="green" name="checked" />
|
||||
</li>
|
||||
</ul>
|
||||
@@ -63,7 +62,9 @@ export default {
|
||||
methods: {
|
||||
//获取签署协议人信息
|
||||
agreementQuery() {
|
||||
let data = {}
|
||||
let data = {
|
||||
userModel: { mobile: 13000000000 }, //线上去掉
|
||||
}
|
||||
agreementQuery(data).then(res => {
|
||||
console.log(res)
|
||||
if (res.result == '0') {
|
||||
|
||||
Reference in New Issue
Block a user