Commit 7d9548c2 by chenyu

update: update

parent 7a2031a8
......@@ -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