Commit ae148de6 by 史敦盼

xiugai

1 parent eb7d5888
......@@ -9,7 +9,7 @@ const initAttributePanel = function(that) {
let regex = new RegExp(`${startChar}(.*)${endChar}`);
var saveDataParams = str.match(regex)[1].split(';')[0];
// console.log('saveDataParams', JSON.parse(saveDataParams))
var { archiBelongId, assetId } = JSON.parse(saveDataParams);
var { archiBelongId, assetId, graphId } = JSON.parse(saveDataParams);
// graph.getModel().setValue(cell, '测试');
// cell.setValue('测试');
......@@ -113,7 +113,8 @@ const initAttributePanel = function(that) {
archiBelongId,
assetId,
archiAssetState: 2,
fieldsValue
fieldsValue,
graphId
}
console.log('params', params)
$.ajax({
......
......@@ -182,7 +182,8 @@
archiBelongId: item3.archiBelongId,
state: item3.state,
version: item3.version,
archiAssetState: item3.archiAssetState
archiAssetState: item3.archiAssetState,
graphId: item3.graphId
}
// console.log(item3.fieldsValue)
fns.push(
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!