|
|
@@ -600,7 +600,6 @@
|
|
|
if (res.data === 'true') {
|
|
|
let contractNum = 0
|
|
|
contractApi.getNeedEvaList(this.$axios).then(res => {
|
|
|
- console.log('未评价数量', res.data.items)
|
|
|
if (res.status === 200 && res.data.items !== null) {
|
|
|
contractNum = res.data.currentItemCount
|
|
|
this.$notify({
|
|
|
@@ -694,7 +693,6 @@
|
|
|
rowClick (val) {
|
|
|
// alert(JSON.stringify(val))
|
|
|
// return
|
|
|
- console.log('待办-分流路由',val)
|
|
|
let SupplierType = ''
|
|
|
|
|
|
if (val.Type == '1') { // 准入
|
|
|
@@ -821,7 +819,6 @@
|
|
|
}
|
|
|
},
|
|
|
rowFinishedClick (val) {
|
|
|
- console.log('已办-分流路由')
|
|
|
let SupplierType = ''
|
|
|
|
|
|
if (val.Type == '1') { // 准入
|