bd2c0b7e by zrj

daping quan

1 parent eb50d41b
...@@ -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)
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!