daping quan
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -431,7 +431,7 @@ async function handelGetYS004() { | ... | @@ -431,7 +431,7 @@ async function handelGetYS004() { |
| 431 | async function handelGetYS005() { | 431 | async function handelGetYS005() { |
| 432 | const res = await getYS005(url.value, obj.value) | 432 | const res = await getYS005(url.value, obj.value) |
| 433 | form.value = res.data | 433 | form.value = res.data |
| 434 | form.value.YJSCORE = parseFloat(form.value.YJSCORE).toFixed(2) | 434 | // form.value.YJSCORE = parseFloat(form.value.YJSCORE).toFixed(2) |
| 435 | console.log(isLeader) | 435 | console.log(isLeader) |
| 436 | if (isLeader.value) { | 436 | if (isLeader.value) { |
| 437 | proxy.$refs['InformationRef'].open(form.value.leaderinfo,form.value.APPLYDATE) | 437 | proxy.$refs['InformationRef'].open(form.value.leaderinfo,form.value.APPLYDATE) | ... | ... |
-
Please register or sign in to post a comment