Commit a0d14ff1 by chenyu

Merge branch 'feature/9月迭代' of http://git.gicdev.com/memberTag/memberTag-web into dev

parents 5191a90f 7d9548c2
......@@ -1444,7 +1444,7 @@ export default {
data.forEach((el, index) => {
el.agreementName = `${el.agreementName}${moment(el.createTime).format('MM-DD hh:mm')})`;
});
this.tag025.options = [{agreementName: '测试测试测试测试测试测试测试测 (09-17 01:37)',agreementId: '123'}].concat(data);
this.tag025.options = [].concat(data);
}
})
.catch(err => {
......
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