Commit 1d4cb131 authored by youjie's avatar youjie

no message

parent 5be3a769
......@@ -379,6 +379,7 @@
methods: {
// 获取客户类型
getType(){
this.supplierList = []
if(this.addMsg.Type==4){
this.supplierMsg.Type = 5
}else{
......@@ -508,7 +509,7 @@
msg,
(res) => {
if (res.data.resultCode == 1) {
this.supplierList = []
let dataList
if(res.data.data.pageData&&res.data.data.pageData.length>0){
dataList = res.data.data.pageData
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment